body {background: white}
#cpPageID, #cpPageTitle, #cpPageDescription {display: none}
#contactUsIntro {text-align: center; padding: 10px}

#trialmessage {float:left;position:relative;width:200px; font-size:10pt; font-family: Arial}
#cpContactForm { position: relative; margin: 0 auto 0; width:200px;padding:0px; font-family: Arial; font-size: 10pt}

INPUT {
    width: 100%;
	box-sizing: border-box;
}

TEXTAREA {
	width: 100%;
	box-sizing: border-box;
}
    
#cpContactForm,#cpContactNameInput,#cpContactMessageInput, #cpContactSubjectInput,#cpContactCompanyInput {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
#cpContactHeaderline {margin-bottom:10px; font-weight:bold;display:none}
#cpContactMessageInput, #cpContactSubjectInput,#cpContactCompanyInput, #cpContactNameInput {width:100%}
#cpContactReplyTo, #cpContactActions {overflow: auto;padding: 5px 0;}
#cpContactReplyToLabel1, #cpContactReplyToType, #cpContactReplyToLabel2 {float:left;margin-right:5px}

#cpContactReplyToType {border: none; background-color: white; font-family: Arial; font-size: 10pt; margin-top: -1px;}

#cpContactReplyToInput {width: 230px; float: right; margin-top: -1px;}

#cpContactActionReset, #cpContactActionSubmit { border: none; padding:15px 20px; background-color: #9AB9C5; float: right; font-family: Arial; font-size: 11pt;}

#ctl00_MainContent_ucEmailForm_0_cpContactActionSubmit {width: 100%;
height: 25px;
margin-top: 10px;}
#cpContactActionReset {display:none}

#cpContactConfirmation {margin-top:10px; color: blue; width:auto;text-align: center}
#cpContactWarning {margin-top:10px; color: red; width:auto;text-align: center}

#ctl00_MainContent_pagesVersion A {color:#03506F!important}